Google News
logo
jQuery - Interview Questions
What does the jQuery Ajax event method ajaxComplete() do?
Whenever an Ajax request completes, jQuery triggers the ajaxComplete event. Any and all handlers that have been registered with the .ajaxComplete() method are executed at this time.
Advertisement